home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / misc / dctvdev3.lzh / ReadMe.dev < prev    next >
Text File  |  1992-09-30  |  3KB  |  118 lines

  1. DCTV Library Developers Kit
  2. ===========================
  3.  
  4. v3.48 - 30 Sep 1992
  5.  
  6. Copyright (C) 1991, 1992 Digital Creations, Inc.
  7.  
  8.  
  9. Description
  10. -----------
  11.  
  12. "dctv.library" is a disk-resident library providing functions to
  13. developers for converting 24-bit RGB data to and from DCTV display format.
  14.  
  15. The documentation is sparse, but things are fairly straightforward and
  16. there a some C examples.
  17.  
  18.  
  19. Contents
  20. --------
  21.  
  22. dctv.doc        - autodoc for dctv.library
  23. dctv.library    - the library
  24. ReadMe.dev      - this file
  25.  
  26. example
  27.     dctvgrad.c  - convert a 24-bit gradient to DCTV.
  28.     graygrad.c  - convert a DCTV gradient from dctvgrad.c to 24-bit RGB,
  29.                   display as 4-bit gray.
  30.  
  31. glue
  32.     dctv.lib    - glue library for use with Blink.  Compatible
  33.                   with Manx LN when using the +l option.
  34.     dctv_lib.fd - .FD file for dctv.library
  35.  
  36. include
  37.     clib/dctv_protos.h     - dctv.library function prototypes
  38.     libraries/dctv.h       - dctv.library main C include file
  39.     libraries/dctv.i       - dctv.library main assembly include file
  40.     pragmas/dctv_pragmas.h - dctv.library #pragmas for SAS/C
  41.                              (compatible with Aztec C).
  42.  
  43.  
  44. Distribution
  45. ------------
  46.  
  47. 1.  The DCTV Library Developers Kit is freely distributable in it's
  48.     entirety. However, the Developers Kit may not be included with any
  49.     commercial product or freely distributed package without written
  50.     permission from Digital Creations.
  51.  
  52. 2.  The file "dctv.library" contained in this kit may be included with
  53.     commercial products with written permission from Digital Creations.
  54.     A separate application for distribution must be made for each
  55.     product.  See the file called RegistrationForm for more information.
  56.  
  57.     "dctv.library" may not be distributed with freely distributable
  58.     packages.
  59.  
  60. NOTE: There is a separate library-only distribution file for
  61. "dctv.library" that is available for free distribution to end users.  The
  62. Developers Kit is primarily intended for developers.
  63.  
  64.  
  65. Contact
  66. -------
  67.  
  68. Digital Creations
  69. P.O. Box 97
  70. Folsom, CA  95763-0097
  71.  
  72. voice: (916) 344-4825
  73.   fax: (916) 635-0475
  74.  
  75.   bix: peabody
  76.  
  77.  
  78. Revisions
  79. ---------
  80.  
  81. v3.48 - 30 Sep 1992
  82.     . dctv.library
  83.         . added DCTV -> RGB conversion
  84.         . new functions:
  85.             . AllocDCTVCvtTagList()
  86.             . AllocDCTVCvtTags()
  87.             . ReadDCTVPixel()
  88.             . SetDCTVColorTable()
  89.         . added custom RGB line buffer support (DCTVCVTF_CustomRGBBuf)
  90.  
  91.     . includes
  92.         . libraries/dctv.[hi]
  93.             . added DCTVCVTA_ tags
  94.             . added DCTVCVTT_ types
  95.             . added DCTVCVTERR_ error codes
  96.         . renamed pragma/dctv_lib.h -> pragmas/dctv_pragmas.h
  97.  
  98.     . examples
  99.         . updated dctvgrad.c to use V3 functions.
  100.         . added graygrad.c.
  101.  
  102.     . glue
  103.         . renamed some functions:
  104.             . DCTVFormat() -> FormatDCTV()
  105.             . DCTVCvtLine() -> CvtDCTVLine()
  106.  
  107.     . embedded versions numbers:
  108.         . dctv.library 3.48
  109.         . dctv.lib     3.7
  110.  
  111. v2.2 - 26 Nov 1991
  112.     . dctv.library
  113.         . RGB -> DCTV ColorTable consistent with DCTV 1.1 software.
  114.  
  115. v1.31 - 8 Apr 1991
  116.     . Initial release.
  117.  
  118.